home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / GAMUTIL1.LZH / PMM.DOC < prev    next >
Text File  |  1987-03-08  |  3KB  |  111 lines

  1.  
  2. /*****************************************************************************/
  3.  
  4.  
  5.  
  6.  
  7.                            Thank-You For Selecting The
  8.  
  9.  
  10.  
  11.  
  12.                               Poor Mans Mouse
  13.  
  14.  
  15.  
  16.  
  17.                           Written By The Unholy Pirate
  18.  
  19.                           (C) Unholy Pirate Programs Inc.
  20.  
  21.  
  22.  
  23. /****************************************************************************/
  24.  
  25.  
  26.  
  27.                 CALLING THE POOR MANS MOUSE FROM DOS
  28.  
  29.  
  30.         Type at the DOS System prompt PMM [#####]
  31.  
  32.                 where ##### is a user definable typematic speed for the mouse.
  33.  
  34.  
  35.                 I suggest the default value be used. If a small value is given, 
  36.                 the debounce of the joystick buttons is affected causing
  37.                 multiple characters to be outputed by holding the button down
  38.                 too long. Also the speed of the mouse at slow speed becomes 
  39.                 almost equal to the full speed.
  40.  
  41.           
  42.                       **********WARNING**********
  43.  
  44.         DO NOT RELOAD THE POOR MANS MOUSE WITHOUT FIRST RE-BOOTING THE SYSTEM
  45.         AS THE SYSTEM WILL HANG.
  46.  
  47.                       **********WARNING**********
  48.  
  49.  
  50. /*****************************************************************************/
  51.         
  52.  
  53.                 FEATURES OF THE POOR MANS MOUSE
  54.  
  55.                         * Variable Speed Cursor Movement From Joystick
  56.                         * User Definable Typematic Speed of Mouse
  57.                         * User Definable Joystick Buttons
  58.                         * Takes Up About 19K Memory
  59.                         * Compatible With Any Program Using BIOS Read Calls
  60.                         * Uses Any Standard IBM Specfication Joystick
  61.  
  62.  
  63.  
  64.  
  65. /*****************************************************************************/
  66.  
  67.                            DETAILS
  68.  
  69.  
  70.  
  71.         The Poor Mans Mouse is a program which changes INT 16(Hex)
  72. to point to itself. This program directly mirrors the original interrupt
  73. with the addition of also looking at the game adapter port. So any program
  74. that does not re-vector INT16 or directly access the BIOS keyboard buffer
  75. is compatible with this program. I have tried PMM with the following programs,
  76.  
  77.                 * Lotus 1-2-3   
  78.                 * Multimate     
  79.                 * Personal Editor 
  80.                 * Professional  Editor 
  81.                 * Easy Writer II
  82.                 * PCWRITE
  83.                 * X Y Write 1
  84.                 * Vista DSPOOL Print Spooler
  85.                 * Vista Dynadisk Ram Drive
  86.  
  87.  
  88.         and work correctly.
  89.  
  90.  
  91.  
  92.         Thank-You For Selecting My Product.
  93.  
  94.  
  95.                         E 
  96.                          N          I
  97.                           J          T
  98.                            O          !
  99.                             Y
  100.  
  101.  
  102.  
  103.                     <<<<<<<<<<UNHOLY PIRATE>>>>>>>>>>
  104.  
  105.  
  106.  
  107. /*****************************************************************************/
  108.  
  109. ***********************************************************/
  110.